home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 48 / 048side1.d81 / basic linker (.txt) < prev    next >
Commodore BASIC  |  2022-08-26  |  439b  |  16 lines

  1. 10 poke53280,12:poke53281,.
  2. 12 fori=828to864
  3. 14 reada:pokei,a:b=b+a
  4. 16 next:ifb=4301then20
  5. 18 print" error in data":end
  6. 20 printchr$(142)"[147]   [154]link two (or more) programs"
  7. 22 print"       do the following   [146]"
  8. 24 print"1-load the first program with sys 828"
  9. 28 print"[154]2-load the second program with sys 856"
  10. 38 new
  11. 40 data165,45,133,43,165,46,133,44,198
  12. 42 data43,198,43,169,255,197,43,240,7
  13. 44 data169,254,197,43,240,1,96,198,44
  14. 46 data96,169,1,133,43,169
  15. 48 data8,133,44,96
  16.